read shp in python

38

read shp in python -

import geopandas as gpd
shapefile = gpd.read_file("shapefile.shp")
print(shapefile)

Comments

Submit
0 Comments